chore: update MCP SDK#541
Merged
Merged
Conversation
📝 WalkthroughWalkthroughTwo ChangesSDK Dependency Bump
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
✨ Simplify code
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@modelcontextprotocol/sdkto^1.29.0in the root package and lockfile.mcp-serverpackage with the same SDK range.Sources inspected
package.jsonpackage-lock.jsonmcp-server/package.json@modelcontextprotocol/sdk@1.29.0Validation
npm run buildnpm run test:schema— 105 passed, 0 failed; JSON schema helper tests passednode --import tsx/esm --test test/remote-auth-simple-test.ts test/mcp-oauth-tests.ts test/streamable-http-static-token-auth.test.ts test/streamable-http-concurrent-session.test.ts test/streamable-http-unauthenticated-discovery.test.ts test/nullish-tool-arguments-schema.test.ts— 52 passed, 0 failedcd mcp-server && npm install --ignore-scripts --package-lock=false && npm run buildNotes
zodandzod-to-json-schemapinned to avoid reintroducing the previous schema conversion breakage.Note
Low Risk
Dependency-only version bump with no application code changes; prior zod pins are explicitly left unchanged to avoid schema regressions.
Overview
Bumps
@modelcontextprotocol/sdkto^1.29.0in the rootpackage.jsonandmcp-server/package.json, with matchingpackage-lock.jsonupdates so both packages resolve the same SDK release (root lockfile moves from 1.26.0 to 1.29.0).No TypeScript or runtime code changes in this diff—only dependency alignment between the main GitLab MCP server and the nested OMG MCP server.
Reviewed by Cursor Bugbot for commit ab2f40c. Bugbot is set up for automated code reviews on this repo. Configure here.